Fix use of unitialized memory.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 28 Feb 2010 14:19:31 +0000 (09:19 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 28 Feb 2010 14:19:31 +0000 (09:19 -0500)
commite693c5376522786c7d2c323d9bdf2cbc1e007c3f
treec4b9439335189057208d21d1fdb857c76f850c43
parent740f53797146ccadd4eb8be9cb813985b97b85a3
Fix use of unitialized memory.

* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Zero out allocated
charset_map_entries before using them.
src/ChangeLog
src/charset.c